Html Css Color HEX #AFF268 Conifer

📋 copy color: '#AFF268'

red 175 ◦ green 242 ◦ blue 104

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

Shades of Conifer #AFF268

Tints of Conifer #AFF268

RGB

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

 GREEN value IS 242 (94.92% from 255) = 46.45%

 BLUE value IS 104 (41.02% from 255) = 19.96%

R = 33.59%
G = 46.45%
B = 19.96%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.57

 K value IS 0.05

RGB Variations

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

Color information

#AFF268 (or 0xAFF268) is known color: Conifer. HEX triplet: AF, F2 and 68. RGB value is (175,242,104). Sum of RGB (Red+Green+Blue) = 175+242+104=521 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.59% from 521); Green value is 242 (94.92% from 255 or 46.45% from 521); Blue value is 104 (41.02% from 255 or 19.96% from 521); Max value from RGB is 242 - color contains mainly: green. Hex color #AFF268 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF268 is #500D97. Grayscale: #CECECE. Windows color (decimal): -5246360 or 6877871. OLE color: 6877871.

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

Color convert

RGB 175 242 104 -
CMYK 0.28 0 0.57 0.05
HSL 89.13º 0.84% 0.68% -
HSV(B) 89.13º 0.57% 0.95% -
XYZ 51.93 73.62 24.57 -
YUV 206.24 70.3 105.72 -
System Red Green Blue C M Y K H S L
Decimal 175 242 104 0.28 0 0.57 0.05 89.13 0.84 0.68
Hex AF F2 68 1C 0 39 5 59 54 44
Octal 257 362 150 34 0 71 5 131 124 104
Binary 10101111 11110010 1101000 11100 0 111001 101 1011001 1010100 1000100

Color Harmonies of #AFF268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF268

Black with #AFF268

Text Example


Text Example

White with #AFF268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF268; }

 p { color: rgb(175,242,104); }

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

background-color css

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

 a { background-color: rgb(175,242,104); }

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

border-color css

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

 span { border-color: rgb(175,242,104); }

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