Html Css Color HEX #AFF16A Conifer

📋 copy color: '#AFF16A'

red 175 ◦ green 241 ◦ blue 106

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

Shades of Conifer #AFF16A

Tints of Conifer #AFF16A

RGB

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

 GREEN value IS 241 (94.53% from 255) = 46.17%

 BLUE value IS 106 (41.8% from 255) = 20.31%

R = 33.52%
G = 46.17%
B = 20.31%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.56

 K value IS 0.05

RGB Variations

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

Color information

#AFF16A (or 0xAFF16A) is known color: Conifer. HEX triplet: AF, F1 and 6A. RGB value is (175,241,106). Sum of RGB (Red+Green+Blue) = 175+241+106=522 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.52% from 522); Green value is 241 (94.53% from 255 or 46.17% from 522); Blue value is 106 (41.80% from 255 or 20.31% from 522); Max value from RGB is 241 - color contains mainly: green. Hex color #AFF16A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF16A is #500E95. Grayscale: #CECECE. Windows color (decimal): -5246614 or 7008687. OLE color: 7008687.

HSL color Cylindrical-coordinate representation of color #AFF16A: hue angle of 89.33º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AFF16A is Cyan = 0.27, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.05.

Color convert

RGB 175 241 106 -
CMYK 0.27 0 0.56 0.05
HSL 89.33º 0.83% 0.68% -
HSV(B) 89.33º 0.56% 0.95% -
XYZ 51.74 73.07 25.01 -
YUV 205.88 71.63 105.98 -
System Red Green Blue C M Y K H S L
Decimal 175 241 106 0.27 0 0.56 0.05 89.33 0.83 0.68
Hex AF F1 6A 1B 0 38 5 59 53 44
Octal 257 361 152 33 0 70 5 131 123 104
Binary 10101111 11110001 1101010 11011 0 111000 101 1011001 1010011 1000100

Color Harmonies of #AFF16A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF16A

Black with #AFF16A

Text Example


Text Example

White with #AFF16A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF16A; }

 p { color: rgb(175,241,106); }

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

background-color css

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

 a { background-color: rgb(175,241,106); }

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

border-color css

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

 span { border-color: rgb(175,241,106); }

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