Html Css Color HEX #AFF043 Conifer

📋 copy color: '#AFF043'

red 175 ◦ green 240 ◦ blue 67

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

Shades of Conifer #AFF043

Tints of Conifer #AFF043

RGB

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

 GREEN value IS 240 (94.14% from 255) = 49.79%

 BLUE value IS 67 (26.56% from 255) = 13.9%

R = 36.31%
G = 49.79%
B = 13.9%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.72

 K value IS 0.06

RGB Variations

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

Color information

#AFF043 (or 0xAFF043) is known color: Conifer. HEX triplet: AF, F0 and 43. RGB value is (175,240,67). Sum of RGB (Red+Green+Blue) = 175+240+67=482 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.31% from 482); Green value is 240 (94.14% from 255 or 49.79% from 482); Blue value is 67 (26.56% from 255 or 13.90% from 482); Max value from RGB is 240 - color contains mainly: green. Hex color #AFF043 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFF043 is #500FBC. Grayscale: #C9C9C9. Windows color (decimal): -5246909 or 4452527. OLE color: 4452527.

HSL color Cylindrical-coordinate representation of color #AFF043: hue angle of 82.54º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AFF043 is Cyan = 0.27, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.06.

Color convert

RGB 175 240 67 -
CMYK 0.27 0 0.72 0.06
HSL 82.54º 0.85% 0.6% -
HSV(B) 82.54º 0.72% 0.94% -
XYZ 49.85 71.84 16.55 -
YUV 200.84 52.47 109.57 -
System Red Green Blue C M Y K H S L
Decimal 175 240 67 0.27 0 0.72 0.06 82.54 0.85 0.6
Hex AF F0 43 1B 0 48 6 53 55 3C
Octal 257 360 103 33 0 110 6 123 125 74
Binary 10101111 11110000 1000011 11011 0 1001000 110 1010011 1010101 111100

Color Harmonies of #AFF043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF043

Black with #AFF043

Text Example


Text Example

White with #AFF043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF043; }

 p { color: rgb(175,240,67); }

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

background-color css

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

 a { background-color: rgb(175,240,67); }

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

border-color css

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

 span { border-color: rgb(175,240,67); }

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