Html Css Color HEX #AFF952 Conifer

📋 copy color: '#AFF952'

red 175 ◦ green 249 ◦ blue 82

#AFF952
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Conifer #AFF952

Tints of Conifer #AFF952

RGB

 RED value IS 175 (68.75% from 255) = 34.58%

 GREEN value IS 249 (97.66% from 255) = 49.21%

 BLUE value IS 82 (32.42% from 255) = 16.21%

R = 34.58%
G = 49.21%
B = 16.21%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.67

 K value IS 0.02

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#AFF952 (or 0xAFF952) is known color: Conifer. HEX triplet: AF, F9 and 52. RGB value is (175,249,82). Sum of RGB (Red+Green+Blue) = 175+249+82=506 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.58% from 506); Green value is 249 (97.66% from 255 or 49.21% from 506); Blue value is 82 (32.42% from 255 or 16.21% from 506); Max value from RGB is 249 - color contains mainly: green. Hex color #AFF952 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF952 is #5006AD. Grayscale: #D0D0D0. Windows color (decimal): -5244590 or 5437871. OLE color: 5437871.

HSL color Cylindrical-coordinate representation of color #AFF952: hue angle of 86.59º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AFF952 is Cyan = 0.30, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.02.

Color convert

RGB 175 249 82 -
CMYK 0.30 0 0.67 0.02
HSL 86.59º 0.93% 0.65% -
HSV(B) 86.59º 0.67% 0.98% -
XYZ 53.08 77.47 20.14 -
YUV 207.84 56.98 104.58 -
System Red Green Blue C M Y K H S L
Decimal 175 249 82 0.30 0 0.67 0.02 86.59 0.93 0.65
Hex AF F9 52 1E 0 43 2 57 5D 41
Octal 257 371 122 36 0 103 2 127 135 101
Binary 10101111 11111001 1010010 11110 0 1000011 10 1010111 1011101 1000001

Color Harmonies of #AFF952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF952

Black with #AFF952

Text Example


Text Example

White with #AFF952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF952; }

 p { color: rgb(175,249,82); }

 H1.HeaderClassName
 {
   color: #AFF952;
 }
 .AnyTagClassName
 {
   color: #AFF952;
 }
</style>

background-color css

<style>
 a { background-color: #AFF952; }

 a { background-color: rgb(175,249,82); }

 div.DivClassName
 {
   background-color: #AFF952;
 }
 .BgClassName
 {
   background-color: #AFF952;
 }
</style>

border-color css

<style>
 span { border-color: #AFF952; }

 span { border-color: rgb(175,249,82); }

 td.TdClassName
 {
   border-color: #AFF952;
 }
 .TagClassName
 {
   border-color: #AFF952;
 }
</style>